home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 1.iso / console / jakfrost.zip / JF_Q2RC.RC next >
Text File  |  1997-12-23  |  3KB  |  136 lines

  1. // Quake 2 Configuration Script
  2. // ============================
  3.  
  4. echo
  5. echo ------- Configuration Script -------
  6. echo Version: Release 1
  7. echo Date: December 23, 1997
  8. echo Author: JakFrost
  9. echo Site: www.planetquake.com/scripts
  10. echo ------------------------------------
  11. echo
  12.  
  13. // Bindings
  14. // --------
  15.  
  16. unbindall
  17.  
  18. // Special Keys
  19. bind escape togglemenu
  20. bind pause pause
  21. bind ` toggleconsole
  22. bind - sizedown
  23. bind = sizeup
  24. bind tab "cmd help"
  25.  
  26. // Function Keys
  27. bind f1 "cmd help"
  28. bind f2 menu_savegame
  29. bind f3 menu_loadgame
  30. bind f4 menu_keys
  31. bind f5 menu_startserver
  32. bind f6 "echo quick saving...; wait; save quick"
  33. bind f7 menu_playerconfig
  34. bind f8 menu_addressbook
  35. bind f9 "echo quick loading...; wait; load quick"
  36. bind f10 menu_quit
  37. bind f11 menu_credits
  38. bind f12 screenshot
  39.  
  40. // Weapon Keys
  41. bind 1 "use blaster"
  42. bind 2 "use shotgun"
  43. bind 3 "use super shotgun"
  44. bind 4 "use machinegun"
  45. bind 5 "use chaingun"
  46. bind 6 "use grenade launcher"
  47. bind 7 "use rocket launcher"
  48. bind 8 "use hyperblaster"
  49. bind 9 "use railgun"
  50. bind 0 "use bfg10k"
  51.  
  52. // Movement Keys
  53. bind e +forward
  54. bind s +moveleft
  55. bind d +back
  56. bind f +moveright
  57. bind alt +movedown
  58. bind space +moveup
  59.  
  60. // Quick Keys
  61. bind q "use rocket launcher"
  62. bind w "use hyperblaster"
  63. bind r "use railgun"
  64. bind t "use bfg10k"
  65. bind a "use grenades"
  66. bind g +rj
  67. bind z "use environment suit"
  68. bind x "use rebreather"
  69. bind c "use silencer"
  70. bind v "use invulnerability"
  71. bind b "use quad damage"
  72. bind shift +speed
  73. bind ctrl +zoom
  74.  
  75. // Inventory Keys
  76. bind [ invprev
  77. bind ] invnext
  78. bind \ inven
  79. bind ' invdrop
  80. bind enter invuse
  81.  
  82. // Wave Keys
  83. bind h "wave 0"
  84. bind j "wave 1"
  85. bind k "wave 2"
  86. bind l "wave 3"
  87. bind semicolon "wave 4"
  88.  
  89. // Message Keys
  90. bind n messagemode
  91. bind m messagemode2
  92.  
  93. // Mouse Buttons
  94. bind mouse1 +attack
  95. bind mouse3 qw
  96.  
  97. // Aliases
  98. // -------
  99.  
  100. // All Cheats
  101. alias allcheats "give all;god;g_unlimited_ammo 1;echo All Cheats;"
  102.  
  103. // Quick Weapon
  104. alias qw "set qw_msg $msg;msg 3;qw1;qw2;set msg $qw_msg;echo Quick Weapon"
  105. alias qw1 "wait;use blaster;wait;use grenades;wait;use shotgun;wait;use super shotgun;wait;use grenade launcher;wait;use machinegun;"
  106. alias qw2 "wait;use chaingun;wait;use rocket launcher;wait;use hyperblaster;wait;use railgun;wait;use bfg10k;"
  107.  
  108. // Rocket Jump
  109. alias +rj "wait;+lookdown;wait;-lookdown;hand 2;+moveup;+attack;echo Rocket Jump"
  110. alias -rj "-attack;-moveup;hand 0;centerview"
  111.  
  112. // Zoom
  113. alias +zoom "fov 20;m_pitch -0.005;m_yaw 0.005"
  114. alias -zoom "fov 90;m_pitch -0.022;m_yaw 0.022"
  115.  
  116. // Settings
  117. // --------
  118.  
  119. set hostname "JakFrost's Fridge"
  120. set msg 1
  121. set name JakFrost
  122. set rate 2500
  123. set skin male/howitzer
  124.  
  125. set cl_pitchspeed 100000
  126. set cl_run 1
  127. set crosshair 1
  128. set freelook 1
  129. set g_select_empty 0
  130. set hand 0
  131. set m_filter 0
  132. set m_pitch -0.022
  133. set sensitivity 17
  134. set skill 2
  135.  
  136. // EOF